From: Ian Campbell Date: Fri, 5 Jan 2007 10:39:45 +0000 (+0000) Subject: [TOOLS] Fix typo in XenDomainInfo:device_configure. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~82 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=47fde3df04f0956d11adbe0db9f82936e57abba2;p=xen.git [TOOLS] Fix typo in XenDomainInfo:device_configure. Signed-off-by: Ian Campbell --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 46386871fa..8185d93576 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -511,7 +511,7 @@ class XendDomainInfo: # look up uuid of the device dev_control = self.getDeviceController(deviceClass) dev_sxpr = dev_control.sxpr(devid) - dev_uuid = sxp.child_value(sxpr, 'uuid') + dev_uuid = sxp.child_value(dev_sxpr, 'uuid') if not dev_uuid: return False